home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Gizmo Project 4.0.4 / WinGizmoInstall.exe / message_styles / Renkoo / variants / RedSteel Alternating.css < prev    next >
Cascading Style Sheet File  |  2006-02-02  |  458b  |  28 lines

  1. @import url("../main.css");
  2. @import url("RedSteel.css");
  3.  
  4. .responseItem {
  5.     margin-left:42px;
  6.     margin-right:42px;
  7.     margin-bottom:0.25em;
  8.     position:relative;
  9. }
  10.  
  11. /*outgoing alt */
  12. .outgoingChatItem .avatar {
  13.     float:right;
  14. }
  15.  
  16. .outgoingChatItem .bubbleIndicator {
  17.     height:11px;
  18.     width:12px;
  19.     float:right;
  20.     position:relative;
  21.     left:10px;
  22.     background:url("../images/steelIndicatorAlt.gif") no-repeat top left;
  23. }
  24.  
  25. /* end outgoing alt */
  26.  
  27.  
  28.